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 | ?班???? | 00111111100101001100011100111111001111110011111100111111 | 3f94c73f3f3f3f |
EUC-JP | ?班???? | 00111111110010001100100100111111001111110011111100111111 | 3fc8c93f3f3f3f |
UTF-8 | 뤊班쿱핉쭗붜 | 111010111010010010001010111001111000111110101101111011001011111110110001111011011001010110001001111011001010110110010111111010111011011010011100 | eba48ae78fadecbfb1ed9589ecad97ebb69c |
UHC | 뤊班쿱핉쭗붜 | 100011111011101011011010111011001100010011110010110000001000111010100111100011111011101011011011 | 8fbadaecc4f2c08ea78fbadb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)