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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 葬??臀渠 | 1001000110010010001111110011111111100100010111001000101110010100 | 91923f3fe45c8b94 |
EUC-JP | 葬??臀渠 | 1100000111110010001111110011111111100111101111011011010111110100 | c1f23f3fe7bdb5f4 |
UTF-8 | 葬ㅸ렖臀渠 | 111010001001000110101100111000111000010110111000111010111010000010010110111010001000011110000000111001101011100010100000 | e891ace385b8eba096e88780e6b8a0 |
UHC | 葬ㅸ렖臀渠 | 11101101111101111010010011101000100011101010101111010100111010111100101111100010 | edf7a4e88eabd4ebcbe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)