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 | ?汝?? | 0011111110010011111100000011111100111111 | 3f93f03f3f |
EUC-JP | ?汝邕? | 00111111110001101111001010001111111000011110110100111111 | 3fc6f28fe1ed3f |
UTF-8 | 行汝邕퇑 | 111011111010100010001000111001101011000110011101111010011000001010010101111011011000011110010001 | efa888e6b19de98295ed8791 |
UHC | 行汝邕퇑 | 1111101010100001111001101010001111101000101110111011100001000010 | faa1e6a3e8bbb842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)