To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????腕? | 00111111001111110011111100111111100110000111001000111111 | 3f3f3f3f98723f |
EUC-JP | ????腕? | 00111111001111110011111100111111110011111101001100111111 | 3f3f3f3fcfd33f |
UTF-8 | 렱롕솰솽腕샷 | 111010111010000010110001111010111010000110010101111011001000011010110000111011001000011010111101111010001000010110010101111011001000001110110111 | eba0b1eba195ec86b0ec86bde88595ec83b7 |
UHC | 렱롕솰솽腕샷 | 100011101011111010001110110110011011110011100000101111001110000111101000110100111011110010100110 | 8ebe8ed9bce0bce1e8d3bca6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)