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 | 亦??儀?│ | 100101101001001000111111001111111000101101010110001111111000010010100000 | 96923f3f8b563f84a0 |
EUC-JP | 亦??儀?│ | 110010111111001000111111001111111011010110110111001111111010100010100010 | cbf23f3fb5b73fa8a2 |
UTF-8 | 亦껉퀎儀쇽│ | 111001001011101010100110111010101011101110001001111011011000000010001110111001011000010010000000111011001000011110111101111000101001010010000010 | e4baa6eabb89ed808ee58480ec87bde29482 |
UHC | 亦껉퀎儀쇽│ | 111001101011001010000011111010101011001110000100111010111111000010111100111011111010011010100010 | e6b283eab384ebf0bcefa6a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)