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 | 癲??肉ヤ? | 111000011001111100111111001111111001001111110111100000111000010000111111 | e19f3f3f93f783843f |
EUC-JP | 癲??肉ヤ? | 111000101010000100111111001111111100011011111001101001011110010000111111 | e2a13f3fc6f9a5e43f |
UTF-8 | 癲잆끇肉ヤ튃 | 111001111001100110110010111011001001111010000110111010111000000110000111111010001000001010001001111000111000001110100100111011011000101010000011 | e799b2ec9e86eb8187e88289e383a4ed8a83 |
UHC | 癲잆끇肉ヤ튃 | 111011111010011010011111111000111000010110111011111010111011111110101011111001001011100110011001 | efa69fe385bbebbfabe4b999 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)