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 | ?蛾〓??ご | 001111111000100111101001100000011010110000111111001111111000001010110010 | 3f89e981ac3f3f82b2 |
EUC-JP | ?蛾〓??ご | 001111111011001011101011101000101010111000111111001111111010010010110100 | 3fb2eba2ae3f3fa4b4 |
UTF-8 | 룶蛾〓룶콓ご | 111010111010001110110110111010001001101110111110111000111000000010010011111010111010001110110110111011001011110110010011111000111000000110010100 | eba3b6e89bbee38093eba3b6ecbd93e38194 |
UHC | 룶蛾〓룶콓ご | 100011111010101111100100101101101010000111101011100011111010101110110001100011111010101010110100 | 8fabe4b6a1eb8fabb18faab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)