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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 頷厄シ運 | 11101000111101011001011011101111101111001000100101011110 | e8f596efbc895e |
EUC-JP | 頷厄シ運 | 1111000011110111110011001111000110001110101111001011000110111111 | f0f7ccf18ebcb1bf |
UTF-8 | 頷厄シ運 | 111010011010000010110111111001011000111010000100111011111011110110111100111010011000000110001011 | e9a0b7e58e84efbdbce9818b |
UHC | ?厄?運 | 001111111110010011111000001111111110101010100001 | 3fe4f83feaa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)