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 | ??ビ?訥ォ | 001111110011111110000011011100100011111111100110011000111000001101001000 | 3f3f83723fe6638348 |
EUC-JP | ??ビ?訥ォ | 001111110011111110100101110100110011111111101011110001001010010110101001 | 3f3fa5d33febc4a5a9 |
UTF-8 | 룶킃ビ룵訥ォ | 111010111010001110110110111011011000001010000011111000111000001110010011111010111010001110110101111010001010100010100101111000111000001010101001 | eba3b6ed8283e38393eba3b5e8a8a5e382a9 |
UHC | 룶킃ビ룵訥ォ | 100011111010101110110100100011111010101111010011100011111010101011010010111011011010101110101001 | 8fabb48fabd38faad2edaba9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)