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 | ???肉?? | 00111111001111110011111110010011111101110011111100111111 | 3f3f3f93f73f3f |
EUC-JP | ???肉?? | 00111111001111110011111111000110111110010011111100111111 | 3f3f3fc6f93f3f |
UTF-8 | 劣믩뀈肉껅레 | 111011111010011010011101111010111010111110101001111010111000000010001000111010001000001010001001111010101011101110000101111010111010000010001000 | efa69debafa9eb8088e88289eabb85eba088 |
UHC | 劣믩뀈肉껅레 | 111001101110101110010010111010111000010110000100111010111011111110000011111001101011011110111001 | e6eb92eb8584ebbf83e6b7b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)